Linear search definition

Search

Linear search

Linear search logo #21000 In computer science, linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found. Linear search is the simplest search algorithm; it is a special case of brute-force search. Its worst case cost is proporti...
Found on http://en.wikipedia.org/wiki/Linear_search
No exact match found.